jQuery.each() 的5個案例 1.基本的jQuery.each實例 看看 each() 函數是如何處理一個 jQuery 對象的。首先選取所有的a標簽 並且打印出他們的href屬性。 需要注意的是, 在 eac ...